projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f029ed
)
(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).
author
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:06:21 +0000
(20:06 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:06:21 +0000
(20:06 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 75d23fe1c173a447a2c53a05b3918f5f2d87788c..2afc1f7801d1ef98ad0e4c74f4b1d3e932f85884 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4359,7
+4359,8
@@
The variable `selective-display' has a separate value for each buffer."
"Toggle whether to fold or truncate long lines for the current buffer.
With prefix argument ARG, truncate long lines if ARG is positive,
otherwise don't truncate them. Note that in side-by-side
-windows, truncation is always enabled."
+windows, this command has no effect if `truncate-partial-width-windows'
+is non-nil."
(interactive "P")
(setq truncate-lines
(if (null arg)